diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/information/page.tsx | 4 | ||||
| -rw-r--r-- | app/[lng]/evcp/(evcp)/rfq-last/page.tsx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/information/page.tsx b/app/[lng]/evcp/(evcp)/information/page.tsx index c87471ae..8a6d348b 100644 --- a/app/[lng]/evcp/(evcp)/information/page.tsx +++ b/app/[lng]/evcp/(evcp)/information/page.tsx @@ -9,7 +9,7 @@ import { InformationButton } from "@/components/information/information-button" import { useTranslation } from "@/i18n" export const metadata: Metadata = { - title: "인포메이션 관리", + title: "안내사항 관리", description: "페이지별 도움말 및 첨부파일을 관리합니다.", } @@ -39,7 +39,7 @@ export default async function InformationPage({ params }: InformationPageProps) <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 인포메이션 관리 + 안내사항 관리 </h2> <InformationButton pagePath="/evcp/information" /> </div> diff --git a/app/[lng]/evcp/(evcp)/rfq-last/page.tsx b/app/[lng]/evcp/(evcp)/rfq-last/page.tsx index 0297c4f9..af5a8d95 100644 --- a/app/[lng]/evcp/(evcp)/rfq-last/page.tsx +++ b/app/[lng]/evcp/(evcp)/rfq-last/page.tsx @@ -84,7 +84,7 @@ export default async function RfqPage(props: RfqPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 견적목록관리 </h2> - <InformationButton pagePath="rfq" /> + <InformationButton pagePath="evcp/rfq-last" /> </div> </div> |
